home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Ultimative Software-P…i Collection 1996 & 1997
/
Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso
/
g
/
gnu_c
/
incl98.zoo
/
siglist.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-10
|
214 b
|
18 lines
#ifndef _SIGLIST_H
#define _SIGLIST_H
#ifdef __cplusplus
extern "C" {
#endif
extern char *sys_siglist[];
#ifndef __MINT__
extern char *signal_names[];
#endif
#ifdef __cplusplus
}
#endif
#endif /* _SIGLIST_H */